tests/admin-test.sh: this is a bash script, not a POSIX sh script
authorSimon McVittie <smcv@debian.org>
Thu, 31 Mar 2016 08:48:18 +0000 (09:48 +0100)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Thu, 31 Mar 2016 14:22:06 +0000 (14:22 +0000)
commit1dd85513e540ef0b42f2fee7238fa1f710eaa4ca
tree3c1a839abc0cfab8221e809c77d750712a3672d5
parent07aa8e1c76463e3de0ffc79d0271773ababf05b4
tests/admin-test.sh: this is a bash script, not a POSIX sh script

The "function foo()" syntax is bash-specific, and Colin indicated in
PR #226 that he prefers to require bash rather than trying to support
every POSIX shell.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #232
Approved by: cgwalters
tests/admin-test.sh